Enhance dwarf reader to return canonical type names - #31
Conversation
Instead of language specific symbol type from `DW_AT_name` a canonical type name is decoded from `DW_AT_encoding`
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (5)
🛟 Help
|
jreineckearm
left a comment
There was a problem hiding this comment.
Works as expected with latest changes. Would wait with merging though until spec for data-type is approved.
jreineckearm
left a comment
There was a problem hiding this comment.
Closer to spec despite seeing other than the three specified types. Merging to continue with E2E flow testing. Will capture types as separate issue.

Instead of language specific symbol type from
DW_AT_namea canonical type name is decoded fromDW_AT_encodingContributes to #27
Addresses review feedback in #30